home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
-websites-
/
whdload
/
games
/
epic.lha
/
epic-install
/
Install_MissionDisk
< prev
next >
Wrap
Text File
|
1998-12-16
|
797b
|
40 lines
;****************************
;----------------------------
; Checks if given program is reachable via the path
; if not abort install
; IN: #program - to check
; OUT: -
(procedure P_chkrun
(if
(= 0 (run ("cd SYS:\nWhich %s" #program)))
("")
(abort ("You must install \"%s\" first !\nIt must be accessible via the path.\nYou can find it in the whdload package." #program))
)
)
(set @default-dest
(askdir
(prompt ("Where is Epis installed ?\n"))
(help @askdir-help)
(default @default-dest)
(disk)
)
)
;----------------------------
(copyfiles
(help @copyfiles-help)
(source ("Epic_Mission:mission"))
(dest @default-dest)
)
(copyfiles
(help @copyfiles-help)
(source ("%s.inf" @app-name))
(newname ("%s.info" @app-name))
(dest @default-dest)
)